home *** CD-ROM | disk | FTP | other *** search
/ Go Ronald / Go Ronald Voice Interactive CD.iso / Data1.cab / _1F6F12901E864E45BABE4B4B234558C2 / scripts / frame_25 / DoAction.as
Text File  |  2005-08-05  |  255b  |  10 lines

  1. function onItemDone()
  2. {
  3.    _root.loadNextMovie("Village.swf");
  4. }
  5. stop();
  6. var mc_arr = new Array("SWFs\\GRG-5-2-5.swf");
  7. var pit = new com.dnadmg.PlayInSeries(mc_arr,this.container_mc);
  8. pit.addEventListener("onItemDone",this);
  9. pit.playElement(0);
  10.